Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hide dropdown popover if dropdown is marked as closed #158

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pieterw2w
Copy link

I found I had still this diff around related to a small issue I found in the gr-dropdown

it seems the dropdown popover section is not completely hidden when the dropdown is closed. I think it's a race condition between updating the options/selected value and having the popover open. The result is that you can not click below the dropdown, because the popover div hovers over the site contents with visibility: hidden. It can be fixed easily by forcing the popover to be hidden.

@pieterw2w pieterw2w requested a review from Tom-paqtcom as a code owner August 2, 2024 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant